home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 August 15 / CD [VMAG950815].bin / vmagcd / taiken / ppbb / t_techno.dir / 00010_exitbutton_nor.ls < prev    next >
Encoding:
Text File  |  1995-05-26  |  198 b   |  11 lines

  1. on mouseDown
  2.   set the castNum of sprite 11 to 9
  3.   updateStage()
  4.   repeat while the stillDown
  5.     nothing()
  6.   end repeat
  7.   set the castNum of sprite 11 to 10
  8.   updateStage()
  9.   go(1, "MENU.DIR")
  10. end
  11.